Documentation Index
Fetch the complete documentation index at: https://superdoc-dependabot-npm_and_yarn-npm_and_yarn-e04d5d616f.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Get Started with SuperDoc API
Follow this guide to make your first API request and convert a DOCX file to PDF.Prerequisites
Before you begin, you’ll need:- An API key (get one at dashboard.superdoc.dev)
- A DOCX file to convert
curlor your preferred HTTP client
Step 1: Get Your API Key
Sign Up
Create a free account at
dashboard.superdoc.dev
Step 2: Make Your First Request
Using cURL
Using JavaScript
Using Python
Step 3: Handle the Response
Success Response
When successful, the API returns:- Status Code:
200 OK - Content-Type:
application/pdf - Body: The converted PDF file as binary data
Error Responses
Common Error Codes
Common Error Codes
MISSING_AUTH: No API key provided -INVALID_API_KEY: Invalid or expired API key -INVALID_FILE_TYPE: File is not a DOCX -FILE_TOO_LARGE: File exceeds 25MB limit -RATE_LIMIT_EXCEEDED: Too many requests
What’s Next?
Explore API Reference
Deep dive into all available endpoints and options
Error Handling
Learn how to handle errors gracefully
Rate Limits
Understand rate limits and best practices
SDKs
Use our official SDKs for easier integration

